Use PEGetAreaFormat to retrieve the area format settings for selected areas in the specified report and supply them as member values for PESectionOptions. Use this function to update the area formats and pass them back using PESetAreaFormat.
BOOL CRPE_API PEGetAreaFormat (
short printJob,
short areaCode,
PESectionOptions FAR *options );
Specifies the print job from which you want to get the area format. | |
Specifies the Section Codes, for the area for which you want to get format information. See Working with section codes. | |
Specifies a pointer to PESectionOptions, which will receive format information for the area. |
Declare Function PEGetAreaFormat Lib "crpe32.dll" ( ByVal printJob As Integer,
ByVal areaCode As Integer, Options As PESectionOptions ) As Integer
function PEGetAreaFormat (
printJob: Word
areaCode: integer;
options: PESectionOptions
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |